﻿
#bhv-database2-6502 div.sorter {
	position: sticky;
	z-index: 99;
	width: 100%;
	height: 20px;
	top: 0px;
	margin-bottom: -30px;
	padding-top: 10px;
	display: flex;
	gap: 10px;
	background-color: var(--bgcolor, white);
	color: var(--color, black);
}
#bhv-database2-6502 div.sorter span {
	overflow: unset;
	width: fit-content;
	cursor: pointer;
}
#bhv-database2-6502 div.sorter span:first-of-type {
	font-weight: bold;
	cursor: initial;
}
#bhv-database2-6502 div.sorter span.asc::after {
	font-family: 'FontAwesome';
	padding-left: 3px;
	content: '\f0dd';
}
#bhv-database2-6502 div.sorter span.desc::after {
	font-family: 'FontAwesome';
	padding-left: 3px;
	content: '\f0de';
}
#bhv-database2-6502 ul.sortable {
	margin: 50px 0 0 0;
	padding: 10px;
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
#bhv-database2-6502 .cms30_article {
	display: inline-block;
	width: 180px;
	min-height: 180px;
	overflow-x: hidden;
	overflow-y: auto;
	---border: 3px solid var(--color, black);
	border-radius: 20px;
	box-shadow: inset 6px 6px 6px rgba(203, 206, 209, .5), inset -6px -6px 6px rgba(255, 255, 255, .5);
	padding: 20px;
	--x-margin: 0 10px 10px 0;
	background-color: rgba(238, 238, 238, .5);
}
#bhv-database2-6502 .cms30_article h4 {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80px;
	height: 80px;
	font-size: 20px;
	---border: 1px solid black;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgba(128, 128, 128, .5);
	margin: 0 10px 10px 0;
	background-color: #fff;
}
#bhv-database2-6502 .cms30_article h4 span {
	font-family: Anton;
	text-align: center;
}
#bhv-database2-6502 .cms30_article h4 span:first-of-type {
	font-size: 2em;
	color: red;
}
#bhv-database2-6502 .cms30_article h4 span:last-of-type {
	font-size: .8em;
	color: black;
}
#bhv-database2-6502 .cms30_article h3 {
	clear: both;
	margin: 0;
	overflow-wrap: anywhere;
}
#bhv-database2-6502 .cms30_article h5 {
	margin: 0;
	text-align: right;
}
#bhv-database2-6502 .cms30_article h5 span {
	display: block;
}
#bhv-database2-6502 .cms30_article p {
	text-align: right;
}
#bhv-database2-6502 * /* width */ ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
#bhv-database2-6502 * /* Track */ ::-webkit-scrollbar-track {
	--background: linear-gradient(var(--hicolor), white);
	---box-shadow: inset 0 0 5px var(--bgcolor, grey);
	border-radius: 5px 5px 5px 5px;
}
#bhv-database2-6502 * /* Handle */ ::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, white, var(--bgcolor, #aaa));
	border-radius: 10px;
}
#bhv-database2-6502 * /* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
	---background: radial-gradient(white, #ff9900);
}